-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#1028) docs update - fix emojis #1072
(#1028) docs update - fix emojis #1072
Conversation
- replace ⚙️ with unicode gear ⚙ emoticon - replace 💾 with unicode floppy disk 💾 emoticon
- replace ⚙️ with unicode gear ⚙ emoticon - replace 💾 with unicode floppy disk 💾 emoticon - replace 🔍 with unicode magnifying glass tilted left 🔍 emoticon
- replace ⚙️ with unicode gear ⚙ emoticon - replace 💾 with unicode floppy disk 💾 emoticon
- replace 💾 with unicode floppy disk 💾 emoticon - replace ➕ with unicode plus sign ➕ emoticon - replace 📆 with unicode calendar 📅 emoticon
- replace ➕ with unicode plus sign ➕ emoticon - replace 🗑️ with unicode wastebasket 🗑 emoticon
- replace ⚙️ with unicode gear ⚙ emoticon
- replace ⚙️ with unicode gear ⚙ emoticon
- replace ⚙️ with unicode gear ⚙ emoticon
- replace ⚙️ with unicode gear ⚙ emoticon
- replace 🔍 with unicode magnifying glass tilted left 🔍 emoticon
@st3phhays I've added you as a reviewer here. I'm unsure whether these docs are templated outside of docs, and the templates need updated, or whether these changes are good as they stand. |
@LeaDevelop thanks for the PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM but I did want to mention, in this comment, we had made the decision to remove emojis entirely or move to Font Awesome due to accessibility concerns and consistency in choco-theme. This PR definitely is a win in that we don't have broken emojis in our docs anymore, but I think we need to take a look at this issue again when we start our scope of work for accessibility.
@LeaDevelop Thank you for taking the time to get this done!
Description Of Changes
Emotions (
:gear:
,:floppy_disk:
,:mag:
,:heavy_plus_sign:
,:calendar
,:wastebasket:
) were replaced with Unicode ones (⚙💾🔍➕📅🗑).Motivation and Context
Motivation was to improve the user experience and ensure consistent visual representation across different platforms and devices. Previously, emoticons were not displaying, which could lead to confusion or misinterpretation of the documentation.
Testing
Pages that were validated:
Change Types Made
Change Checklist